@charset "utf-8";
html {
  font: 12px/1.5 "微软雅黑", "宋体", Arial, Verdana, sans-serif;
  background: url("../images/bg.png");
  color: #535353;
}
a {
  text-decoration: none;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mb-6{
  margin-bottom: 6px;
}
.mb-16{
  margin-bottom: 16px;
}